ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / Observable<T> Class / Observable<T> Constructor / Observable<T> Constructor(T)
The value.

In This Topic
    Observable<T> Constructor(T)
    In This Topic
    Initializes a new instance of the Observable<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As T _
    )
    public Observable<T>( 
       T value
    )

    Parameters

    value
    The value.
    See Also